保留字
| 保留字 | ------ | ||
|---|---|---|---|
| auto | brak | case | char |
| const | continue | default | do |
| double | else | enum | extern |
| float | for | goto | if |
| inline(C99) | int | long | register |
| restrict(c99) | return | short | signed |
| sizeof | static | struct | switch |
| typedef | typeof(C23) | typeof_unqual(C23) | union |
| unsigned | void | volatile | while |
| _Alignas(C11) | _Atomic(C11) | _Bool(C99) | _Complex(C99) |
| _Generic(C11) | _Imaginary(C99) | _Noreturn(C11) | _Static_asseret(C11) |
| _Thread_local |